home *** CD-ROM | disk | FTP | other *** search
- # SpecTcl, by S. A. Uhler
- # Copyright (c) 1994-1995 Sun Microsystems, Inc.
- #
- # See the file "license.txt" for information on usage and redistribution
- # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- #
- # global state initialization
- # This is preliminary as global and static variables that are currently
- # initialized in various source files migrate to here
-
- set Advanced 1
- set Arrow_move 0
- set Cancel 0
- set Colors {black white bisque grey red green blue magenta yellow}
- set Current(column) "" ;# the currently selected column tag
- set Current(form) "" ;# the widget with an active option sheet
- set Current(repeat) ""
- set Current(row) "" ;# the currently selected row tag
- set Current(sample) ""
- set Current(text) "" ;# the text or label of the current widget
- set Current(widget) "" ;# name of "current widget(s)?"
- set Down 0
- set Fontstyle ""
- set No_hit 0
- set Outline_inhibit 0
- set Status "" ;# keep track of the row/col we're sitting on
- set Undo_count 0
- set X0 0
- set Y0 0
-